home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 2.iso / pc / quit.dir / Internal_11.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  154 b   |  13 lines

  1. on selectquit
  2.   global lan
  3.   if lan = "e" then
  4.     go("e")
  5.   end if
  6.   if lan = "f" then
  7.     go("f")
  8.   end if
  9.   if lan = "g" then
  10.     go("g")
  11.   end if
  12. end
  13.